added kmip server side encryption tests#2379
Conversation
Hello sylvainsenechal,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
b926a78 to
c30eecf
Compare
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
| sourceRegistry: ghcr.io/scality | ||
| image: zenko-operator | ||
| tag: v1.8.9 | ||
| tag: 15b35ecc60bc8b83e855e0cb17091b10e592aa07 |
There was a problem hiding this comment.
TO BE DONE
!
| }); | ||
| }); | ||
|
|
||
| Before({ tags: '@ServerSideEncryptionKmip', timeout: 15 * 60 * 1000 }, |
There was a problem hiding this comment.
best i can come up with in CUCUMBER TESTS to have certains tests ran after others
There was a problem hiding this comment.
again, might have added too many tests that aren't super useful for FUNCTIONAL testing 🤔
| }); | ||
| }); | ||
|
|
||
| Before({ tags: '@ServerSideEncryptionKmip', timeout: 15 * 60 * 1000 }, |
There was a problem hiding this comment.
Do we need an After/cleanup for this? Like I guess we make changes to the Zenko CR while the tests are running because we don't want to affect other tests; but then we should clear our changes before the next tests run, no?
There was a problem hiding this comment.
I left it without a cleanup. The cr can stay with a kmip encryption mode, anyways it won't affect the other tests as you still need to enable the encryption setting on the buckets. Changing cr again is gonna re trigger reconciliation and add some 50 lines of code function, not super useful
c30eecf to
73cd374
Compare
73cd374 to
99c975b
Compare
99c975b to
c1b5357
Compare
c1b5357 to
7b59d49
Compare
7b59d49 to
ab42f85
Compare
|
/approve |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
Build failedThe build for commit did not succeed in branch improvement/ZENKO-5241 The following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ZENKO-5241. Goodbye sylvainsenechal. The following options are set: approve |
Issue: ZENKO-5241
Adding more encryption tests but with KMIP mode
A bit annoying as we need to patch the CR, and when kmip mode is enabled, the base encryption tests don't work anymore